Release 10.1A: OpenEdge Development:
Progress 4GL Reference
MOVE-COLUMN( ) method
Repositions a column in a browse widget.
Return type: LOGICAL Applies to: BROWSE widget
sourceAn integer expression specifying the column to be moved.
destinationAn integer expression specifying the position to which the column is moved.
The columns of a browse are numbered left to right beginning with 1 including both visible and hidden columns. For example,
browse:MOVE-COLUMN(1, 3) moves the first column to the third position (the second column becomes the first column and the third column becomes the second column). If the column is successfully moved, the method returns the value TRUE.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |